home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_2 / PlaceObject2_68_127 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  319 b   |  14 lines

  1. onClipEvent(load){
  2.    turnspeed = 15;
  3.    xspeed = 5;
  4.    yspeed = 5;
  5.    acceleration = 2;
  6.    _root.ship.hitpoints = 100;
  7.    PI = 3.141592653589793;
  8.    this.thrust._visible = 0;
  9.    this.reversethrust._visible = 0;
  10.    this.leftthrust._visible = 0;
  11.    this.rightthrust._visible = 0;
  12.    this._rotation = -90;
  13. }
  14.